home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / demos.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  428 b   |  22 lines

  1. on exitFrame
  2.   if the mouseCast = 1 then
  3.     go("um")
  4.   end if
  5.   if rollOver(20) then
  6.     set the visible of sprite 20 to 1
  7.   else
  8.     set the visible of sprite 20 to 0
  9.   end if
  10.   if rollOver(21) then
  11.     set the visible of sprite 21 to 1
  12.   else
  13.     set the visible of sprite 21 to 0
  14.   end if
  15.   if rollOver(24) then
  16.     set the visible of sprite 24 to 1
  17.   else
  18.     set the visible of sprite 24 to 0
  19.   end if
  20.   go(the frame)
  21. end
  22.